Welcome![Sign In][Sign Up]
Location:
Search - mcc matlab

Search list

[Other深入浅出MATLAB 7.X混合编程

Description: 本书介绍了MATLAB7.x版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。. 本书可以作为高等院校各工程专业的教学参考书,也可作为广大科技工作者的参考用书。
Platform: | Size: 12988976 | Author: creasy0117 | Hits:

[matlabMccTest1&2

Description: MATLAB命令行下mcc命令示范2 -MATLAB command line mcc orders Model 2
Platform: | Size: 29696 | Author: 展颜 | Hits:

[Windows DevelopVcAddMATLAB

Description: VC++中使用MATLAB的C++数学库和MCC生成的程序。-VC use MATLAB C Math Library and MCC production procedures.
Platform: | Size: 13312 | Author: 笑春风 | Hits:

[Software Engineeringmatlabc123

Description: VC++与Matlab混合编程的快速实现 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。 关键词: Matlab VC++ MCC Complier 动态链接库D-VC and Matlab for the rapid realization of the paper discusses how to use the Matlab Co. m*. mplier will function as compiled DLL, to the VC called, provide a VC and Matlab for the rapid realization. Keywords : Matlab VC MCC Complier D
Platform: | Size: 104448 | Author: 李艷 | Hits:

[matlabmatlabVCsimulink

Description: Matlab7.0利用mcc与VC++编程实例,MATLAB 与 C 语言的接口,在simulink环境下实现实时仿真。-Matlab7.0 using MCC with VC++ Programming examples, MATLAB and C language interface, in simulink realization of real-time simulation environment.
Platform: | Size: 13312 | Author: | Hits:

[Software EngineeringVC_Matlab

Description: 在分析Visual C++和Matlab各自特点的基础上,提出了混合编程的几种方法,对VC++利用Matlab数学库和图形库进行应用程序开发,并对在VC++环境下嵌入mcc命令在Matlab环境中转变的C++程序代码作了详细介绍。-In analyzing the Visual C++ And Matlab their own characteristics, based on a hybrid programming of several methods, VC++ Using Matlab mathematical library and graphics library for application development, and in VC++ Environment MCC under the command embedded in the Matlab environment changing C++ program code described in detail.
Platform: | Size: 161792 | Author: 任飞 | Hits:

[Windows DevelopMccDemo3

Description: Matlab和VC6.0混合编程,实现将matlab绘图窗口嵌入到vC程序中。 1、首先将压缩文件中的matlab部分,编译,命令如下:mcc -W cpplib:libmccdemo3 -T link:lib mccdemo3.m 2、将编译得到的.dll,.lib,.h,.ctf文件拷贝到vC工程文件夹下 3、编译压缩文件中的vC部分,运行即可。-err
Platform: | Size: 285696 | Author: 提请 | Hits:

[ELanguageMatlabmcc

Description: mcc的简单用法 关于matlab和vc的交互编程-MCC simple usage of vc on matlab and interactive programming
Platform: | Size: 4096 | Author: xbliu | Hits:

[BooksMATLABmixedprogramming

Description: 本书介绍了MATLAB 7.X版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。 本书可以作为高等院校各工程专业的教学参考书,也是广大科技工作者必备的参考用书。-This book introduces MATLAB 7.X version of the mixed language programming with other methods. Included in MATLAB in order to document the way in import, export data in Windows and Linux to develop C/C++ language MEX documents in Windows and Linux development FORTRAN language MEX documents in the use of MATLAB dynamic link library file in C/C++ Calling MATLAB language engine using MATLAB compiler, and how C/C++ programs compiled using the library function mcc in C++ program using the MATLAB Compiler COM components generated by COM. This book can serve as institutions of higher learning of the engineering profession of teaching reference books, scientific and technological workers is necessary for the majority of reference books.
Platform: | Size: 12986368 | Author: 马段 | Hits:

[matlabVC_MATLAB

Description: VC++中使用MATLAB的C++数学库和MCC生成的程序-VC++ in the use of MATLAB' s C++ Math Library and MCC procedures generated
Platform: | Size: 13312 | Author: liuzhe | Hits:

[VC/MFCzzt007

Description: VC++中使用MATLAB的C++数学库和MCC生成的程序,给出了例程,对于高手有借鉴意义,对菜鸟可以起到事半功倍的作用。-VC++ in the use of MATLAB' s C++ Math Library and MCC procedures generated are given routine, you have a reference for the rookie can play the role of a multiplier.
Platform: | Size: 27648 | Author: 张兆亭 | Hits:

[matlabfixed_point

Description: Fixed-Point iteration-Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative.
Platform: | Size: 1024 | Author: 王怀东 | Hits:

[matlabsumilation moteur MCC

Description: ce programme de simulation en Matlab permet de simuler la commande d un moteur à courant continu
Platform: | Size: 3072 | Author: azzeddine | Hits:

[Dialog_Windowmccvcfigure

Description: mcc+vc+figure 用MATLAB画图嵌入到VC窗口-mcc+vc+figure
Platform: | Size: 2682880 | Author: xiao | Hits:

[matlabGeneratrice_synchrone_cc

Description: synchronous generator mcc
Platform: | Size: 12288 | Author: jim | Hits:

[matlabMATLAB-GUI-design-learning-Notes

Description: 【MATLAB GUI设计学习手记】源代码 数据 罗飞大哥的作品 本书由浅入深、循序渐进地介绍了matlab gui设计的基础知识,旨在使读者在较短时间内掌握gui设计的精要所在。. 本书首先介绍了gui设计的预备知识,然后详细介绍了gui对象的属性以及两种建立gui的方法:采用函数建立和采用guide建立。在介绍了gui设计基础知识的基础上,深入讲解了activex控件、定时器、串口及mcc编译的相关知识。书中穿插了大量的图表,直观、简要地列出了相关知识点。对于一些重要、难懂的知识点,配以大量的典型例题,方便读者边学边练,加强理解。最后,书中给出了3个典型的综合实例,供读者研究学习。.. 本书适合需要短时间内迅速掌握matlab gui设计的初学者使用,也可作为相关专业师生、相关工程开发人员的参考手册。... -[MATLAB GUI design learning Notes] source code, Luo Fei works of Big Brother The progressive approach of the book, step by step the basics of Matlab gui design, designed to enable the reader to grasp the essence of the gui design where in a relatively short time. . The book begins prior knowledge of the gui design, and then details the gui object properties and methods: two ways to create gui with function to create and adopted to guide the establishment. Describes the design of basic knowledge in gui basis, in-depth to explain the activex control, timer, serial port, and mcc compiled knowledge The book, interspersed with a large number of charts, intuitive, brief list of related knowledge. For some important, difficult to understand the knowledge, together with a large number of typical example, the convenience of the reader to learn while training, to enhance understanding. Finally, the book gives three typical instance, for readers learn. .. Book is suitable for the need for a
Platform: | Size: 7589888 | Author: zk | Hits:

[matlabMCC

Description: Direct curent machine simulation on matlab simulink
Platform: | Size: 8192 | Author: david | Hits:

[ELanguageMATLAB-program-compiled

Description: MATLAB编译器产生的应用程序或运行库 ;MATLAB编译器的安装及配置;mcc命令详解 -MATLAB Compiler generated applications or runtime installation and configuration of MATLAB compiler mcc command Detailed
Platform: | Size: 5989376 | Author: yll | Hits:

[OtherMCC- vitesse

Description: commande en vitesse d'une mcc
Platform: | Size: 22528 | Author: rocksim | Hits:

[Documents使用MATLAB的MCC命令生成CC++程序

Description: 本文介绍了如何配置matlab,利用mcc命令生成C/C++程序。(This article introduces how to configure MATLAB and generate C/C++ program by using MCC command.)
Platform: | Size: 7168 | Author: 雨下时分 | Hits:
« 12 3 »

CodeBus www.codebus.net